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.getTensorboard
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
Gets a Tensorboard.
Using getTensorboard
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 getTensorboard(args: GetTensorboardArgs, opts?: InvokeOptions): Promise<GetTensorboardResult>
function getTensorboardOutput(args: GetTensorboardOutputArgs, opts?: InvokeOptions): Output<GetTensorboardResult>
def get_tensorboard(location: Optional[str] = None,
project: Optional[str] = None,
tensorboard_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTensorboardResult
def get_tensorboard_output(location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
tensorboard_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTensorboardResult]
func LookupTensorboard(ctx *Context, args *LookupTensorboardArgs, opts ...InvokeOption) (*LookupTensorboardResult, error)
func LookupTensorboardOutput(ctx *Context, args *LookupTensorboardOutputArgs, opts ...InvokeOption) LookupTensorboardResultOutput
> Note: This function is named LookupTensorboard
in the Go SDK.
public static class GetTensorboard
{
public static Task<GetTensorboardResult> InvokeAsync(GetTensorboardArgs args, InvokeOptions? opts = null)
public static Output<GetTensorboardResult> Invoke(GetTensorboardInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTensorboardResult> getTensorboard(GetTensorboardArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:aiplatform/v1:getTensorboard
arguments:
# arguments dictionary
The following arguments are supported:
- Location string
- Tensorboard
Id string - Project string
- Location string
- Tensorboard
Id string - Project string
- location String
- tensorboard
Id String - project String
- location string
- tensorboard
Id string - project string
- location str
- tensorboard_
id str - project str
- location String
- tensorboard
Id String - project String
getTensorboard Result
The following output properties are available:
- Blob
Storage stringPath Prefix - Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a '/'.
- Create
Time string - Timestamp when this Tensorboard was created.
- Description string
- Description of this Tensorboard.
- Display
Name string - User provided name of this Tensorboard.
- Encryption
Spec Pulumi.Google Native. Aiplatform. V1. Outputs. Google Cloud Aiplatform V1Encryption Spec Response - Customer-managed encryption key spec for a Tensorboard. If set, this Tensorboard and all sub-resources of this Tensorboard will be secured by this key.
- Etag string
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Is
Default bool - Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.
- Labels Dictionary<string, string>
- The labels with user-defined metadata to organize your Tensorboards. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Tensorboard (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- Name string
- Name of the Tensorboard. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
- Run
Count int - The number of Runs stored in this Tensorboard.
- Update
Time string - Timestamp when this Tensorboard was last updated.
- Blob
Storage stringPath Prefix - Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a '/'.
- Create
Time string - Timestamp when this Tensorboard was created.
- Description string
- Description of this Tensorboard.
- Display
Name string - User provided name of this Tensorboard.
- Encryption
Spec GoogleCloud Aiplatform V1Encryption Spec Response - Customer-managed encryption key spec for a Tensorboard. If set, this Tensorboard and all sub-resources of this Tensorboard will be secured by this key.
- Etag string
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- Is
Default bool - Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.
- Labels map[string]string
- The labels with user-defined metadata to organize your Tensorboards. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Tensorboard (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- Name string
- Name of the Tensorboard. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
- Run
Count int - The number of Runs stored in this Tensorboard.
- Update
Time string - Timestamp when this Tensorboard was last updated.
- blob
Storage StringPath Prefix - Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a '/'.
- create
Time String - Timestamp when this Tensorboard was created.
- description String
- Description of this Tensorboard.
- display
Name String - User provided name of this Tensorboard.
- encryption
Spec GoogleCloud Aiplatform V1Encryption Spec Response - Customer-managed encryption key spec for a Tensorboard. If set, this Tensorboard and all sub-resources of this Tensorboard will be secured by this key.
- etag String
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- is
Default Boolean - Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.
- labels Map<String,String>
- The labels with user-defined metadata to organize your Tensorboards. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Tensorboard (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- name String
- Name of the Tensorboard. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
- run
Count Integer - The number of Runs stored in this Tensorboard.
- update
Time String - Timestamp when this Tensorboard was last updated.
- blob
Storage stringPath Prefix - Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a '/'.
- create
Time string - Timestamp when this Tensorboard was created.
- description string
- Description of this Tensorboard.
- display
Name string - User provided name of this Tensorboard.
- encryption
Spec GoogleCloud Aiplatform V1Encryption Spec Response - Customer-managed encryption key spec for a Tensorboard. If set, this Tensorboard and all sub-resources of this Tensorboard will be secured by this key.
- etag string
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- is
Default boolean - Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.
- labels {[key: string]: string}
- The labels with user-defined metadata to organize your Tensorboards. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Tensorboard (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- name string
- Name of the Tensorboard. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
- run
Count number - The number of Runs stored in this Tensorboard.
- update
Time string - Timestamp when this Tensorboard was last updated.
- blob_
storage_ strpath_ prefix - Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a '/'.
- create_
time str - Timestamp when this Tensorboard was created.
- description str
- Description of this Tensorboard.
- display_
name str - User provided name of this Tensorboard.
- encryption_
spec GoogleCloud Aiplatform V1Encryption Spec Response - Customer-managed encryption key spec for a Tensorboard. If set, this Tensorboard and all sub-resources of this Tensorboard will be secured by this key.
- etag str
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- is_
default bool - Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.
- labels Mapping[str, str]
- The labels with user-defined metadata to organize your Tensorboards. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Tensorboard (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- name str
- Name of the Tensorboard. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
- run_
count int - The number of Runs stored in this Tensorboard.
- update_
time str - Timestamp when this Tensorboard was last updated.
- blob
Storage StringPath Prefix - Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a '/'.
- create
Time String - Timestamp when this Tensorboard was created.
- description String
- Description of this Tensorboard.
- display
Name String - User provided name of this Tensorboard.
- encryption
Spec Property Map - Customer-managed encryption key spec for a Tensorboard. If set, this Tensorboard and all sub-resources of this Tensorboard will be secured by this key.
- etag String
- Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- is
Default Boolean - Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.
- labels Map<String>
- The labels with user-defined metadata to organize your Tensorboards. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Tensorboard (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
- name String
- Name of the Tensorboard. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
- run
Count Number - The number of Runs stored in this Tensorboard.
- update
Time String - Timestamp when this Tensorboard was last updated.
Supporting Types
GoogleCloudAiplatformV1EncryptionSpecResponse
- Kms
Key stringName - 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 stringName - 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 StringName - 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 stringName - 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_ strname - 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 StringName - 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.
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