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
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
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
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 |