Interface ArtifactTypeSchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ArtifactTypeSchema,ArtifactTypeSchema.Builder
@Generated
public interface ArtifactTypeSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionContains a raw YAML string, describing the format of the properties of the type.com.google.protobuf.ByteStringContains a raw YAML string, describing the format of the properties of the type.The name of the type.com.google.protobuf.ByteStringThe name of the type.Deprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.com.google.protobuf.ByteStringDeprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.The schema version of the artifact.com.google.protobuf.ByteStringThe schema version of the artifact.booleanContains a raw YAML string, describing the format of the properties of the type.booleanThe name of the type.booleanDeprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSchemaTitle
boolean hasSchemaTitle()The name of the type. The format of the title must be: `<namespace>.<title>`. Examples: - `aiplatform.Model` - `acme.CustomModel` When this field is set, the type must be pre-registered in the MLMD store.
string schema_title = 1;- Returns:
- Whether the schemaTitle field is set.
-
getSchemaTitle
String getSchemaTitle()The name of the type. The format of the title must be: `<namespace>.<title>`. Examples: - `aiplatform.Model` - `acme.CustomModel` When this field is set, the type must be pre-registered in the MLMD store.
string schema_title = 1;- Returns:
- The schemaTitle.
-
getSchemaTitleBytes
com.google.protobuf.ByteString getSchemaTitleBytes()The name of the type. The format of the title must be: `<namespace>.<title>`. Examples: - `aiplatform.Model` - `acme.CustomModel` When this field is set, the type must be pre-registered in the MLMD store.
string schema_title = 1;- Returns:
- The bytes for schemaTitle.
-
hasSchemaUri
Deprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated. See google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto;l=47Points to a YAML file stored on Cloud Storage describing the format. Deprecated. Use [PipelineArtifactTypeSchema.schema_title][] or [PipelineArtifactTypeSchema.instance_schema][] instead.
string schema_uri = 2 [deprecated = true];- Returns:
- Whether the schemaUri field is set.
-
getSchemaUri
Deprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated. See google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto;l=47Points to a YAML file stored on Cloud Storage describing the format. Deprecated. Use [PipelineArtifactTypeSchema.schema_title][] or [PipelineArtifactTypeSchema.instance_schema][] instead.
string schema_uri = 2 [deprecated = true];- Returns:
- The schemaUri.
-
getSchemaUriBytes
Deprecated.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema.schema_uri is deprecated. See google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto;l=47Points to a YAML file stored on Cloud Storage describing the format. Deprecated. Use [PipelineArtifactTypeSchema.schema_title][] or [PipelineArtifactTypeSchema.instance_schema][] instead.
string schema_uri = 2 [deprecated = true];- Returns:
- The bytes for schemaUri.
-
hasInstanceSchema
boolean hasInstanceSchema()Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;- Returns:
- Whether the instanceSchema field is set.
-
getInstanceSchema
String getInstanceSchema()Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;- Returns:
- The instanceSchema.
-
getInstanceSchemaBytes
com.google.protobuf.ByteString getInstanceSchemaBytes()Contains a raw YAML string, describing the format of the properties of the type.
string instance_schema = 3;- Returns:
- The bytes for instanceSchema.
-
getSchemaVersion
String getSchemaVersion()The schema version of the artifact. If the value is not set, it defaults to the latest version in the system.
string schema_version = 4;- Returns:
- The schemaVersion.
-
getSchemaVersionBytes
com.google.protobuf.ByteString getSchemaVersionBytes()The schema version of the artifact. If the value is not set, it defaults to the latest version in the system.
string schema_version = 4;- Returns:
- The bytes for schemaVersion.
-
getKindCase
ArtifactTypeSchema.KindCase getKindCase()
-