Interface VertexAiTensorboardConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
VertexAiTensorboardConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.000Z") @Stability(Stable) public interface VertexAiTensorboardConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiTensorboardConfig.BuilderA builder forVertexAiTensorboardConfigstatic classVertexAiTensorboardConfig.Jsii$ProxyAn implementation forVertexAiTensorboardConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiTensorboardConfig.Builderbuilder()default StringgetDescription()Description of this Tensorboard.StringgetDisplayName()User provided name of this Tensorboard.default VertexAiTensorboardEncryptionSpecgetEncryptionSpec()encryption_spec block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#id VertexAiTensorboard#id}.default Map<String,String>getLabels()The labels with user-defined metadata to organize your Tensorboards.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#project VertexAiTensorboard#project}.default StringgetRegion()The region of the tensorboard.default VertexAiTensorboardTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
User provided name of this Tensorboard.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#display_name VertexAiTensorboard#display_name}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of this Tensorboard.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#description VertexAiTensorboard#description}
-
getEncryptionSpec
@Stability(Stable) @Nullable default VertexAiTensorboardEncryptionSpec getEncryptionSpec()
encryption_spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#encryption_spec VertexAiTensorboard#encryption_spec}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#id VertexAiTensorboard#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
The labels with user-defined metadata to organize your Tensorboards.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#labels VertexAiTensorboard#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#project VertexAiTensorboard#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
The region of the tensorboard. eg us-central1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#region VertexAiTensorboard#region}
-
getTimeouts
@Stability(Stable) @Nullable default VertexAiTensorboardTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_tensorboard#timeouts VertexAiTensorboard#timeouts}
-
builder
@Stability(Stable) static VertexAiTensorboardConfig.Builder builder()
- Returns:
- a
VertexAiTensorboardConfig.BuilderofVertexAiTensorboardConfig
-
-