Uses of Class
com.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.Builder
Packages that use ArtifactTypeSchema.Builder
-
Uses of ArtifactTypeSchema.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ArtifactTypeSchema.BuilderModifier and TypeMethodDescriptionArtifactTypeSchema.Builder.clear()ArtifactTypeSchema.Builder.clearInstanceSchema()Contains a raw YAML string, describing the format of the properties of the type.ArtifactTypeSchema.Builder.clearKind()ArtifactTypeSchema.Builder.clearSchemaTitle()The name of the type.ArtifactTypeSchema.Builder.clearSchemaUri()Deprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.ArtifactTypeSchema.Builder.clearSchemaVersion()The schema version of the artifact.RuntimeArtifact.Builder.getTypeBuilder()The type of the artifact.ArtifactTypeSchema.Builder.mergeFrom(ArtifactTypeSchema other) ArtifactTypeSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ArtifactTypeSchema.Builder.mergeFrom(com.google.protobuf.Message other) static ArtifactTypeSchema.BuilderArtifactTypeSchema.newBuilder()static ArtifactTypeSchema.BuilderArtifactTypeSchema.newBuilder(ArtifactTypeSchema prototype) ArtifactTypeSchema.newBuilderForType()protected ArtifactTypeSchema.BuilderArtifactTypeSchema.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ArtifactTypeSchema.Builder.setInstanceSchema(String value) Contains a raw YAML string, describing the format of the properties of the type.ArtifactTypeSchema.Builder.setInstanceSchemaBytes(com.google.protobuf.ByteString value) Contains a raw YAML string, describing the format of the properties of the type.ArtifactTypeSchema.Builder.setSchemaTitle(String value) The name of the type.ArtifactTypeSchema.Builder.setSchemaTitleBytes(com.google.protobuf.ByteString value) The name of the type.ArtifactTypeSchema.Builder.setSchemaUri(String value) Deprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.ArtifactTypeSchema.Builder.setSchemaUriBytes(com.google.protobuf.ByteString value) Deprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.ArtifactTypeSchema.Builder.setSchemaVersion(String value) The schema version of the artifact.ArtifactTypeSchema.Builder.setSchemaVersionBytes(com.google.protobuf.ByteString value) The schema version of the artifact.ArtifactTypeSchema.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ArtifactTypeSchema.BuilderModifier and TypeMethodDescriptionRuntimeArtifact.Builder.setType(ArtifactTypeSchema.Builder builderForValue) The type of the artifact.