Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.aiplatform/v1.getMetadataSchema
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Retrieves a specific MetadataSchema.
Using getMetadataSchema
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMetadataSchema(args: GetMetadataSchemaArgs, opts?: InvokeOptions): Promise<GetMetadataSchemaResult>
function getMetadataSchemaOutput(args: GetMetadataSchemaOutputArgs, opts?: InvokeOptions): Output<GetMetadataSchemaResult>def get_metadata_schema(location: Optional[str] = None,
                        metadata_schema_id: Optional[str] = None,
                        metadata_store_id: Optional[str] = None,
                        project: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetMetadataSchemaResult
def get_metadata_schema_output(location: Optional[pulumi.Input[str]] = None,
                        metadata_schema_id: Optional[pulumi.Input[str]] = None,
                        metadata_store_id: Optional[pulumi.Input[str]] = None,
                        project: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetMetadataSchemaResult]func LookupMetadataSchema(ctx *Context, args *LookupMetadataSchemaArgs, opts ...InvokeOption) (*LookupMetadataSchemaResult, error)
func LookupMetadataSchemaOutput(ctx *Context, args *LookupMetadataSchemaOutputArgs, opts ...InvokeOption) LookupMetadataSchemaResultOutput> Note: This function is named LookupMetadataSchema in the Go SDK.
public static class GetMetadataSchema 
{
    public static Task<GetMetadataSchemaResult> InvokeAsync(GetMetadataSchemaArgs args, InvokeOptions? opts = null)
    public static Output<GetMetadataSchemaResult> Invoke(GetMetadataSchemaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMetadataSchemaResult> getMetadataSchema(GetMetadataSchemaArgs args, InvokeOptions options)
public static Output<GetMetadataSchemaResult> getMetadataSchema(GetMetadataSchemaArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:aiplatform/v1:getMetadataSchema
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Location string
- MetadataSchema stringId 
- MetadataStore stringId 
- Project string
- Location string
- MetadataSchema stringId 
- MetadataStore stringId 
- Project string
- location String
- metadataSchema StringId 
- metadataStore StringId 
- project String
- location string
- metadataSchema stringId 
- metadataStore stringId 
- project string
- location str
- metadata_schema_ strid 
- metadata_store_ strid 
- project str
- location String
- metadataSchema StringId 
- metadataStore StringId 
- project String
getMetadataSchema Result
The following output properties are available:
- CreateTime string
- Timestamp when this MetadataSchema was created.
- Description string
- Description of the Metadata Schema
- Name string
- The resource name of the MetadataSchema.
- Schema string
- The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by titlein [MetadataSchema.schema] must be unique within a MetadataStore. The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object
- SchemaType string
- The type of the MetadataSchema. This is a property that identifies which metadata types will use the MetadataSchema.
- SchemaVersion string
- The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+.+.+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.
- CreateTime string
- Timestamp when this MetadataSchema was created.
- Description string
- Description of the Metadata Schema
- Name string
- The resource name of the MetadataSchema.
- Schema string
- The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by titlein [MetadataSchema.schema] must be unique within a MetadataStore. The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object
- SchemaType string
- The type of the MetadataSchema. This is a property that identifies which metadata types will use the MetadataSchema.
- SchemaVersion string
- The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+.+.+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.
- createTime String
- Timestamp when this MetadataSchema was created.
- description String
- Description of the Metadata Schema
- name String
- The resource name of the MetadataSchema.
- schema String
- The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by titlein [MetadataSchema.schema] must be unique within a MetadataStore. The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object
- schemaType String
- The type of the MetadataSchema. This is a property that identifies which metadata types will use the MetadataSchema.
- schemaVersion String
- The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+.+.+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.
- createTime string
- Timestamp when this MetadataSchema was created.
- description string
- Description of the Metadata Schema
- name string
- The resource name of the MetadataSchema.
- schema string
- The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by titlein [MetadataSchema.schema] must be unique within a MetadataStore. The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object
- schemaType string
- The type of the MetadataSchema. This is a property that identifies which metadata types will use the MetadataSchema.
- schemaVersion string
- The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+.+.+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.
- create_time str
- Timestamp when this MetadataSchema was created.
- description str
- Description of the Metadata Schema
- name str
- The resource name of the MetadataSchema.
- schema str
- The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by titlein [MetadataSchema.schema] must be unique within a MetadataStore. The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object
- schema_type str
- The type of the MetadataSchema. This is a property that identifies which metadata types will use the MetadataSchema.
- schema_version str
- The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+.+.+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.
- createTime String
- Timestamp when this MetadataSchema was created.
- description String
- Description of the Metadata Schema
- name String
- The resource name of the MetadataSchema.
- schema String
- The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by titlein [MetadataSchema.schema] must be unique within a MetadataStore. The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object
- schemaType String
- The type of the MetadataSchema. This is a property that identifies which metadata types will use the MetadataSchema.
- schemaVersion String
- The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+.+.+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi