1. Packages
  2. Google Cloud Native
  3. API Docs
  4. aiplatform
  5. aiplatform/v1beta1
  6. getMetadataStore

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/v1beta1.getMetadataStore

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

    Using getMetadataStore

    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 getMetadataStore(args: GetMetadataStoreArgs, opts?: InvokeOptions): Promise<GetMetadataStoreResult>
    function getMetadataStoreOutput(args: GetMetadataStoreOutputArgs, opts?: InvokeOptions): Output<GetMetadataStoreResult>
    def get_metadata_store(location: Optional[str] = None,
                           metadata_store_id: Optional[str] = None,
                           project: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetMetadataStoreResult
    def get_metadata_store_output(location: Optional[pulumi.Input[str]] = None,
                           metadata_store_id: Optional[pulumi.Input[str]] = None,
                           project: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetMetadataStoreResult]
    func LookupMetadataStore(ctx *Context, args *LookupMetadataStoreArgs, opts ...InvokeOption) (*LookupMetadataStoreResult, error)
    func LookupMetadataStoreOutput(ctx *Context, args *LookupMetadataStoreOutputArgs, opts ...InvokeOption) LookupMetadataStoreResultOutput

    > Note: This function is named LookupMetadataStore in the Go SDK.

    public static class GetMetadataStore 
    {
        public static Task<GetMetadataStoreResult> InvokeAsync(GetMetadataStoreArgs args, InvokeOptions? opts = null)
        public static Output<GetMetadataStoreResult> Invoke(GetMetadataStoreInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMetadataStoreResult> getMetadataStore(GetMetadataStoreArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:aiplatform/v1beta1:getMetadataStore
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location string
    MetadataStoreId string
    Project string
    Location string
    MetadataStoreId string
    Project string
    location String
    metadataStoreId String
    project String
    location string
    metadataStoreId string
    project string
    location String
    metadataStoreId String
    project String

    getMetadataStore Result

    The following output properties are available:

    CreateTime string
    Timestamp when this MetadataStore was created.
    Description string
    Description of the MetadataStore.
    EncryptionSpec Pulumi.GoogleNative.Aiplatform.V1Beta1.Outputs.GoogleCloudAiplatformV1beta1EncryptionSpecResponse
    Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
    Name string
    The resource name of the MetadataStore instance.
    State Pulumi.GoogleNative.Aiplatform.V1Beta1.Outputs.GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreStateResponse
    State information of the MetadataStore.
    UpdateTime string
    Timestamp when this MetadataStore was last updated.
    CreateTime string
    Timestamp when this MetadataStore was created.
    Description string
    Description of the MetadataStore.
    EncryptionSpec GoogleCloudAiplatformV1beta1EncryptionSpecResponse
    Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
    Name string
    The resource name of the MetadataStore instance.
    State GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreStateResponse
    State information of the MetadataStore.
    UpdateTime string
    Timestamp when this MetadataStore was last updated.
    createTime String
    Timestamp when this MetadataStore was created.
    description String
    Description of the MetadataStore.
    encryptionSpec GoogleCloudAiplatformV1beta1EncryptionSpecResponse
    Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
    name String
    The resource name of the MetadataStore instance.
    state GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreStateResponse
    State information of the MetadataStore.
    updateTime String
    Timestamp when this MetadataStore was last updated.
    createTime string
    Timestamp when this MetadataStore was created.
    description string
    Description of the MetadataStore.
    encryptionSpec GoogleCloudAiplatformV1beta1EncryptionSpecResponse
    Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
    name string
    The resource name of the MetadataStore instance.
    state GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreStateResponse
    State information of the MetadataStore.
    updateTime string
    Timestamp when this MetadataStore was last updated.
    create_time str
    Timestamp when this MetadataStore was created.
    description str
    Description of the MetadataStore.
    encryption_spec GoogleCloudAiplatformV1beta1EncryptionSpecResponse
    Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
    name str
    The resource name of the MetadataStore instance.
    state GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreStateResponse
    State information of the MetadataStore.
    update_time str
    Timestamp when this MetadataStore was last updated.
    createTime String
    Timestamp when this MetadataStore was created.
    description String
    Description of the MetadataStore.
    encryptionSpec Property Map
    Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key.
    name String
    The resource name of the MetadataStore instance.
    state Property Map
    State information of the MetadataStore.
    updateTime String
    Timestamp when this MetadataStore was last updated.

    Supporting Types

    GoogleCloudAiplatformV1beta1EncryptionSpecResponse

    KmsKeyName string
    The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
    KmsKeyName string
    The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
    kmsKeyName String
    The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
    kmsKeyName string
    The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
    kms_key_name str
    The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.
    kmsKeyName String
    The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.

    GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreStateResponse

    DiskUtilizationBytes string
    The disk utilization of the MetadataStore in bytes.
    DiskUtilizationBytes string
    The disk utilization of the MetadataStore in bytes.
    diskUtilizationBytes String
    The disk utilization of the MetadataStore in bytes.
    diskUtilizationBytes string
    The disk utilization of the MetadataStore in bytes.
    disk_utilization_bytes str
    The disk utilization of the MetadataStore in bytes.
    diskUtilizationBytes String
    The disk utilization of the MetadataStore in bytes.

    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