Class ResourceRuntimeSpec (3.44.0)

public final class ResourceRuntimeSpec extends GeneratedMessageV3 implements ResourceRuntimeSpecOrBuilder

Configuration for the runtime on a PersistentResource instance, including but not limited to:

  • Service accounts used to run the workloads.
  • Whether to make it a dedicated Ray Cluster.

Protobuf type google.cloud.aiplatform.v1.ResourceRuntimeSpec

Static Fields

RAY_SPEC_FIELD_NUMBER

public static final int RAY_SPEC_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_ACCOUNT_SPEC_FIELD_NUMBER

public static final int SERVICE_ACCOUNT_SPEC_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ResourceRuntimeSpec getDefaultInstance()
Returns
Type Description
ResourceRuntimeSpec

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ResourceRuntimeSpec.Builder newBuilder()
Returns
Type Description
ResourceRuntimeSpec.Builder

newBuilder(ResourceRuntimeSpec prototype)

public static ResourceRuntimeSpec.Builder newBuilder(ResourceRuntimeSpec prototype)
Parameter
Name Description
prototype ResourceRuntimeSpec
Returns
Type Description
ResourceRuntimeSpec.Builder

parseDelimitedFrom(InputStream input)

public static ResourceRuntimeSpec parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ResourceRuntimeSpec parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResourceRuntimeSpec parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResourceRuntimeSpec parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ResourceRuntimeSpec parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ResourceRuntimeSpec parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResourceRuntimeSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceRuntimeSpec
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ResourceRuntimeSpec> parser()
Returns
Type Description
Parser<ResourceRuntimeSpec>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ResourceRuntimeSpec getDefaultInstanceForType()
Returns
Type Description
ResourceRuntimeSpec

getParserForType()

public Parser<ResourceRuntimeSpec> getParserForType()
Returns
Type Description
Parser<ResourceRuntimeSpec>
Overrides

getRaySpec()

public 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 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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceAccountSpec()

public 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 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 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 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ResourceRuntimeSpec.Builder newBuilderForType()
Returns
Type Description
ResourceRuntimeSpec.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ResourceRuntimeSpec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ResourceRuntimeSpec.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ResourceRuntimeSpec.Builder toBuilder()
Returns
Type Description
ResourceRuntimeSpec.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException