public final class NasJobSpec extends com.google.protobuf.GeneratedMessageV3 implements NasJobSpecOrBuilder
Represents the spec of a NasJob.Protobuf type
google.cloud.aiplatform.v1.NasJobSpec| Modifier and Type | Class and Description |
|---|---|
static class |
NasJobSpec.Builder
Represents the spec of a NasJob.
|
static class |
NasJobSpec.MultiTrialAlgorithmSpec
The spec of multi-trial Neural Architecture Search (NAS).
|
static interface |
NasJobSpec.MultiTrialAlgorithmSpecOrBuilder |
static class |
NasJobSpec.NasAlgorithmSpecCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
MULTI_TRIAL_ALGORITHM_SPEC_FIELD_NUMBER |
static int |
RESUME_NAS_JOB_ID_FIELD_NUMBER |
static int |
SEARCH_SPACE_SPEC_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static NasJobSpec |
getDefaultInstance() |
NasJobSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
NasJobSpec.MultiTrialAlgorithmSpec |
getMultiTrialAlgorithmSpec()
The spec of multi-trial algorithms.
|
NasJobSpec.MultiTrialAlgorithmSpecOrBuilder |
getMultiTrialAlgorithmSpecOrBuilder()
The spec of multi-trial algorithms.
|
NasJobSpec.NasAlgorithmSpecCase |
getNasAlgorithmSpecCase() |
com.google.protobuf.Parser<NasJobSpec> |
getParserForType() |
String |
getResumeNasJobId()
The ID of the existing NasJob in the same Project and Location
which will be used to resume search.
|
com.google.protobuf.ByteString |
getResumeNasJobIdBytes()
The ID of the existing NasJob in the same Project and Location
which will be used to resume search.
|
String |
getSearchSpaceSpec()
It defines the search space for Neural Architecture Search (NAS).
|
com.google.protobuf.ByteString |
getSearchSpaceSpecBytes()
It defines the search space for Neural Architecture Search (NAS).
|
int |
getSerializedSize() |
int |
hashCode() |
boolean |
hasMultiTrialAlgorithmSpec()
The spec of multi-trial algorithms.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NasJobSpec.Builder |
newBuilder() |
static NasJobSpec.Builder |
newBuilder(NasJobSpec prototype) |
NasJobSpec.Builder |
newBuilderForType() |
protected NasJobSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static NasJobSpec |
parseDelimitedFrom(InputStream input) |
static NasJobSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NasJobSpec |
parseFrom(byte[] data) |
static NasJobSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NasJobSpec |
parseFrom(ByteBuffer data) |
static NasJobSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NasJobSpec |
parseFrom(com.google.protobuf.ByteString data) |
static NasJobSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NasJobSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NasJobSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NasJobSpec |
parseFrom(InputStream input) |
static NasJobSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NasJobSpec> |
parser() |
NasJobSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MULTI_TRIAL_ALGORITHM_SPEC_FIELD_NUMBER
public static final int RESUME_NAS_JOB_ID_FIELD_NUMBER
public static final int SEARCH_SPACE_SPEC_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public NasJobSpec.NasAlgorithmSpecCase getNasAlgorithmSpecCase()
getNasAlgorithmSpecCase in interface NasJobSpecOrBuilderpublic boolean hasMultiTrialAlgorithmSpec()
The spec of multi-trial algorithms.
.google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
hasMultiTrialAlgorithmSpec in interface NasJobSpecOrBuilderpublic NasJobSpec.MultiTrialAlgorithmSpec getMultiTrialAlgorithmSpec()
The spec of multi-trial algorithms.
.google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
getMultiTrialAlgorithmSpec in interface NasJobSpecOrBuilderpublic NasJobSpec.MultiTrialAlgorithmSpecOrBuilder getMultiTrialAlgorithmSpecOrBuilder()
The spec of multi-trial algorithms.
.google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec multi_trial_algorithm_spec = 2;
getMultiTrialAlgorithmSpecOrBuilder in interface NasJobSpecOrBuilderpublic String getResumeNasJobId()
The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
string resume_nas_job_id = 3;getResumeNasJobId in interface NasJobSpecOrBuilderpublic com.google.protobuf.ByteString getResumeNasJobIdBytes()
The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
string resume_nas_job_id = 3;getResumeNasJobIdBytes in interface NasJobSpecOrBuilderpublic String getSearchSpaceSpec()
It defines the search space for Neural Architecture Search (NAS).
string search_space_spec = 1;getSearchSpaceSpec in interface NasJobSpecOrBuilderpublic com.google.protobuf.ByteString getSearchSpaceSpecBytes()
It defines the search space for Neural Architecture Search (NAS).
string search_space_spec = 1;getSearchSpaceSpecBytes in interface NasJobSpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static NasJobSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NasJobSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NasJobSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NasJobSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NasJobSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NasJobSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NasJobSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static NasJobSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NasJobSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NasJobSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NasJobSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NasJobSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NasJobSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NasJobSpec.Builder newBuilder()
public static NasJobSpec.Builder newBuilder(NasJobSpec prototype)
public NasJobSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NasJobSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NasJobSpec getDefaultInstance()
public static com.google.protobuf.Parser<NasJobSpec> parser()
public com.google.protobuf.Parser<NasJobSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NasJobSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.