1. Packages
  2. Google Cloud Native
  3. API Docs
  4. aiplatform
  5. aiplatform/v1
  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/v1.getMetadataStore

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 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>
Copy
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]
Copy
func LookupMetadataStore(ctx *Context, args *LookupMetadataStoreArgs, opts ...InvokeOption) (*LookupMetadataStoreResult, error)
func LookupMetadataStoreOutput(ctx *Context, args *LookupMetadataStoreOutputArgs, opts ...InvokeOption) LookupMetadataStoreResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetMetadataStoreResult> getMetadataStore(GetMetadataStoreArgs args, InvokeOptions options)
public static Output<GetMetadataStoreResult> getMetadataStore(GetMetadataStoreArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:aiplatform/v1:getMetadataStore
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Location This property is required. string
MetadataStoreId This property is required. string
Project string
Location This property is required. string
MetadataStoreId This property is required. string
Project string
location This property is required. String
metadataStoreId This property is required. String
project String
location This property is required. string
metadataStoreId This property is required. string
project string
location This property is required. str
metadata_store_id This property is required. str
project str
location This property is required. String
metadataStoreId This property is required. 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.V1.Outputs.GoogleCloudAiplatformV1EncryptionSpecResponse
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.V1.Outputs.GoogleCloudAiplatformV1MetadataStoreMetadataStoreStateResponse
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 GoogleCloudAiplatformV1EncryptionSpecResponse
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 GoogleCloudAiplatformV1MetadataStoreMetadataStoreStateResponse
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 GoogleCloudAiplatformV1EncryptionSpecResponse
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 GoogleCloudAiplatformV1MetadataStoreMetadataStoreStateResponse
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 GoogleCloudAiplatformV1EncryptionSpecResponse
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 GoogleCloudAiplatformV1MetadataStoreMetadataStoreStateResponse
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 GoogleCloudAiplatformV1EncryptionSpecResponse
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 GoogleCloudAiplatformV1MetadataStoreMetadataStoreStateResponse
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

GoogleCloudAiplatformV1EncryptionSpecResponse

KmsKeyName This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.

GoogleCloudAiplatformV1MetadataStoreMetadataStoreStateResponse

DiskUtilizationBytes This property is required. string
The disk utilization of the MetadataStore in bytes.
DiskUtilizationBytes This property is required. string
The disk utilization of the MetadataStore in bytes.
diskUtilizationBytes This property is required. String
The disk utilization of the MetadataStore in bytes.
diskUtilizationBytes This property is required. string
The disk utilization of the MetadataStore in bytes.
disk_utilization_bytes This property is required. str
The disk utilization of the MetadataStore in bytes.
diskUtilizationBytes This property is required. String
The disk utilization of the MetadataStore in bytes.

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