Interface ResourceRuntimeSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ResourceRuntimeSpec, ResourceRuntimeSpec.Builder

@Generated public interface ResourceRuntimeSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasServiceAccountSpec

      boolean hasServiceAccountSpec()
       Optional. Configure the use of workload identity on the PersistentResource
       
      .google.cloud.aiplatform.v1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the serviceAccountSpec field is set.
    • getServiceAccountSpec

      ServiceAccountSpec getServiceAccountSpec()
       Optional. Configure the use of workload identity on the PersistentResource
       
      .google.cloud.aiplatform.v1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The serviceAccountSpec.
    • getServiceAccountSpecOrBuilder

      ServiceAccountSpecOrBuilder getServiceAccountSpecOrBuilder()
       Optional. Configure the use of workload identity on the PersistentResource
       
      .google.cloud.aiplatform.v1.ServiceAccountSpec service_account_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
    • hasRaySpec

      boolean hasRaySpec()
       Optional. Ray cluster configuration.
       Required when creating a dedicated RayCluster on the PersistentResource.
       
      .google.cloud.aiplatform.v1.RaySpec ray_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the raySpec field is set.
    • getRaySpec

      RaySpec getRaySpec()
       Optional. Ray cluster configuration.
       Required when creating a dedicated RayCluster on the PersistentResource.
       
      .google.cloud.aiplatform.v1.RaySpec ray_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The raySpec.
    • getRaySpecOrBuilder

      RaySpecOrBuilder getRaySpecOrBuilder()
       Optional. Ray cluster configuration.
       Required when creating a dedicated RayCluster on the PersistentResource.
       
      .google.cloud.aiplatform.v1.RaySpec ray_spec = 1 [(.google.api.field_behavior) = OPTIONAL];