Interface ResourceRuntimeSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceRuntimeSpec
,ResourceRuntimeSpec.Builder
public interface ResourceRuntimeSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RaySpec
getRaySpec()
Optional.RaySpecOrBuilder
getRaySpecOrBuilder()
Optional.ServiceAccountSpec
getServiceAccountSpec()
Optional.ServiceAccountSpecOrBuilder
getServiceAccountSpecOrBuilder()
Optional.boolean
hasRaySpec()
Optional.boolean
hasServiceAccountSpec()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasServiceAccountSpec
boolean hasServiceAccountSpec()
Optional. Configure the use of workload identity on the PersistentResource
.google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.RaySpec ray_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
-
-