Package com.pulumi.gcp.vertex.outputs
Class AiIndexDeployedIndex
- java.lang.Object
-
- com.pulumi.gcp.vertex.outputs.AiIndexDeployedIndex
-
public final class AiIndexDeployedIndex extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AiIndexDeployedIndex.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AiIndexDeployedIndex.Builder
builder()
static AiIndexDeployedIndex.Builder
builder(AiIndexDeployedIndex defaults)
java.util.Optional<java.lang.String>
deployedIndexId()
java.util.Optional<java.lang.String>
indexEndpoint()
-
-
-
Method Detail
-
deployedIndexId
public java.util.Optional<java.lang.String> deployedIndexId()
- Returns:
- (Output) The ID of the DeployedIndex in the above IndexEndpoint.
-
indexEndpoint
public java.util.Optional<java.lang.String> indexEndpoint()
- Returns:
- (Output) A resource name of the IndexEndpoint.
-
builder
public static AiIndexDeployedIndex.Builder builder()
-
builder
public static AiIndexDeployedIndex.Builder builder(AiIndexDeployedIndex defaults)
-
-