1. Packages
  2. Google Cloud Native
  3. API Docs
  4. aiplatform
  5. aiplatform/v1
  6. getMetadataSchema

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

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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:aiplatform/v1:getMetadataSchema
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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 title in [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 title in [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 title in [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 title in [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 title in [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 title in [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-native logo

    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