public interface ResourceRuntimeSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRaySpec()
public abstract 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 | |
|---|---|
| Type | Description |
RaySpec |
The raySpec. |
getRaySpecOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
RaySpecOrBuilder |
|
getServiceAccountSpec()
public abstract 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 | |
|---|---|
| Type | Description |
ServiceAccountSpec |
The serviceAccountSpec. |
getServiceAccountSpecOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
ServiceAccountSpecOrBuilder |
|
hasRaySpec()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the raySpec field is set. |
hasServiceAccountSpec()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the serviceAccountSpec field is set. |