Ai Metadata Store
Example Usage
Vertex Ai Metadata Store
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.vertex.AiMetadataStore;
import com.pulumi.gcp.vertex.AiMetadataStoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var store = new AiMetadataStore("store", AiMetadataStoreArgs.builder()
.description("Store to test the terraform module")
.region("us-central1")
.build());
}
}
Content copied to clipboard
Import
MetadataStore can be imported using any of these accepted formats
$ pulumi import gcp:vertex/aiMetadataStore:AiMetadataStore default projects/{{project}}/locations/{{region}}/metadataStores/{{name}}
Content copied to clipboard
$ pulumi import gcp:vertex/aiMetadataStore:AiMetadataStore default {{project}}/{{region}}/{{name}}
Content copied to clipboard
$ pulumi import gcp:vertex/aiMetadataStore:AiMetadataStore default {{region}}/{{name}}
Content copied to clipboard
$ pulumi import gcp:vertex/aiMetadataStore:AiMetadataStore default {{name}}
Content copied to clipboard
Properties
Link copied to clipboard
The timestamp of when the MetadataStore was created in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
Link copied to clipboard
Description of the MetadataStore.
Link copied to clipboard
Customer-managed encryption key spec for a MetadataStore. If set, this MetadataStore and all sub-resources of this MetadataStore will be secured by this key. Structure is documented below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
State information of the MetadataStore. Structure is documented below.
Link copied to clipboard
The timestamp of when the MetadataStore was last updated in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.