Class: Google::Cloud::AIPlatform::V1::CreateMetadataSchemaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateMetadataSchemaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.CreateMetadataSchema.
Instance Attribute Summary collapse
-
#metadata_schema ⇒ ::Google::Cloud::AIPlatform::V1::MetadataSchema
Required.
-
#metadata_schema_id ⇒ ::String
The {metadata_schema} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}
If not provided, the MetadataStore's ID will be a UUID generated by the service. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#metadata_schema ⇒ ::Google::Cloud::AIPlatform::V1::MetadataSchema
Returns Required. The MetadataSchema to create.
909 910 911 912 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 909 class CreateMetadataSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata_schema_id ⇒ ::String
Returns The {metadata_schema} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}
If not provided, the MetadataStore's ID will be a UUID generated by the
service.
Must be 4-128 characters in length. Valid characters are /[a-z][0-9]-/
.
Must be unique across all MetadataSchemas in the parent Location.
(Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
if the caller can't view the preexisting MetadataSchema.).
909 910 911 912 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 909 class CreateMetadataSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the MetadataStore where the MetadataSchema
should be created. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
.
909 910 911 912 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 909 class CreateMetadataSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |