public static final class TuningJob.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder> implements TuningJobOrBuilder
Represents a TuningJob that runs with Google owned models.Protobuf type
google.cloud.aiplatform.v1.TuningJob| Modifier and Type | Method and Description |
|---|---|
TuningJob.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TuningJob |
build() |
TuningJob |
buildPartial() |
TuningJob.Builder |
clear() |
TuningJob.Builder |
clearBaseModel()
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
|
TuningJob.Builder |
clearCreateTime()
Output only.
|
TuningJob.Builder |
clearDescription()
Optional.
|
TuningJob.Builder |
clearEncryptionSpec()
Customer-managed encryption key options for a TuningJob.
|
TuningJob.Builder |
clearEndTime()
Output only.
|
TuningJob.Builder |
clearError()
Output only.
|
TuningJob.Builder |
clearExperiment()
Output only.
|
TuningJob.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TuningJob.Builder |
clearLabels() |
TuningJob.Builder |
clearName()
Output only.
|
TuningJob.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TuningJob.Builder |
clearServiceAccount()
The service account that the tuningJob workload runs as.
|
TuningJob.Builder |
clearSourceModel() |
TuningJob.Builder |
clearStartTime()
Output only.
|
TuningJob.Builder |
clearState()
Output only.
|
TuningJob.Builder |
clearSupervisedTuningSpec()
Tuning Spec for Supervised Fine Tuning.
|
TuningJob.Builder |
clearTunedModel()
Output only.
|
TuningJob.Builder |
clearTunedModelDisplayName()
Optional.
|
TuningJob.Builder |
clearTuningDataStats()
Output only.
|
TuningJob.Builder |
clearTuningSpec() |
TuningJob.Builder |
clearUpdateTime()
Output only.
|
TuningJob.Builder |
clone() |
boolean |
containsLabels(String key)
Optional.
|
String |
getBaseModel()
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
|
com.google.protobuf.ByteString |
getBaseModelBytes()
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
TuningJob |
getDefaultInstanceForType() |
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EncryptionSpec |
getEncryptionSpec()
Customer-managed encryption key options for a TuningJob.
|
EncryptionSpec.Builder |
getEncryptionSpecBuilder()
Customer-managed encryption key options for a TuningJob.
|
EncryptionSpecOrBuilder |
getEncryptionSpecOrBuilder()
Customer-managed encryption key options for a TuningJob.
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getEndTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
com.google.rpc.Status |
getError()
Output only.
|
com.google.rpc.Status.Builder |
getErrorBuilder()
Output only.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Output only.
|
String |
getExperiment()
Output only.
|
com.google.protobuf.ByteString |
getExperimentBytes()
Output only.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Optional.
|
Map<String,String> |
getLabelsMap()
Optional.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getLabelsOrThrow(String key)
Optional.
|
Map<String,String> |
getMutableLabels()
Deprecated.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getServiceAccount()
The service account that the tuningJob workload runs as.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
The service account that the tuningJob workload runs as.
|
TuningJob.SourceModelCase |
getSourceModelCase() |
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getStartTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
JobState |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
SupervisedTuningSpec |
getSupervisedTuningSpec()
Tuning Spec for Supervised Fine Tuning.
|
SupervisedTuningSpec.Builder |
getSupervisedTuningSpecBuilder()
Tuning Spec for Supervised Fine Tuning.
|
SupervisedTuningSpecOrBuilder |
getSupervisedTuningSpecOrBuilder()
Tuning Spec for Supervised Fine Tuning.
|
TunedModel |
getTunedModel()
Output only.
|
TunedModel.Builder |
getTunedModelBuilder()
Output only.
|
String |
getTunedModelDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getTunedModelDisplayNameBytes()
Optional.
|
TunedModelOrBuilder |
getTunedModelOrBuilder()
Output only.
|
TuningDataStats |
getTuningDataStats()
Output only.
|
TuningDataStats.Builder |
getTuningDataStatsBuilder()
Output only.
|
TuningDataStatsOrBuilder |
getTuningDataStatsOrBuilder()
Output only.
|
TuningJob.TuningSpecCase |
getTuningSpecCase() |
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasBaseModel()
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEncryptionSpec()
Customer-managed encryption key options for a TuningJob.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasError()
Output only.
|
boolean |
hasStartTime()
Output only.
|
boolean |
hasSupervisedTuningSpec()
Tuning Spec for Supervised Fine Tuning.
|
boolean |
hasTunedModel()
Output only.
|
boolean |
hasTuningDataStats()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number) |
boolean |
isInitialized() |
TuningJob.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
TuningJob.Builder |
mergeEncryptionSpec(EncryptionSpec value)
Customer-managed encryption key options for a TuningJob.
|
TuningJob.Builder |
mergeEndTime(com.google.protobuf.Timestamp value)
Output only.
|
TuningJob.Builder |
mergeError(com.google.rpc.Status value)
Output only.
|
TuningJob.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TuningJob.Builder |
mergeFrom(com.google.protobuf.Message other) |
TuningJob.Builder |
mergeFrom(TuningJob other) |
TuningJob.Builder |
mergeStartTime(com.google.protobuf.Timestamp value)
Output only.
|
TuningJob.Builder |
mergeSupervisedTuningSpec(SupervisedTuningSpec value)
Tuning Spec for Supervised Fine Tuning.
|
TuningJob.Builder |
mergeTunedModel(TunedModel value)
Output only.
|
TuningJob.Builder |
mergeTuningDataStats(TuningDataStats value)
Output only.
|
TuningJob.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TuningJob.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
TuningJob.Builder |
putAllLabels(Map<String,String> values)
Optional.
|
TuningJob.Builder |
putLabels(String key,
String value)
Optional.
|
TuningJob.Builder |
removeLabels(String key)
Optional.
|
TuningJob.Builder |
setBaseModel(String value)
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
|
TuningJob.Builder |
setBaseModelBytes(com.google.protobuf.ByteString value)
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
|
TuningJob.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
TuningJob.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
TuningJob.Builder |
setDescription(String value)
Optional.
|
TuningJob.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
Optional.
|
TuningJob.Builder |
setEncryptionSpec(EncryptionSpec.Builder builderForValue)
Customer-managed encryption key options for a TuningJob.
|
TuningJob.Builder |
setEncryptionSpec(EncryptionSpec value)
Customer-managed encryption key options for a TuningJob.
|
TuningJob.Builder |
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
TuningJob.Builder |
setEndTime(com.google.protobuf.Timestamp value)
Output only.
|
TuningJob.Builder |
setError(com.google.rpc.Status.Builder builderForValue)
Output only.
|
TuningJob.Builder |
setError(com.google.rpc.Status value)
Output only.
|
TuningJob.Builder |
setExperiment(String value)
Output only.
|
TuningJob.Builder |
setExperimentBytes(com.google.protobuf.ByteString value)
Output only.
|
TuningJob.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TuningJob.Builder |
setName(String value)
Output only.
|
TuningJob.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
TuningJob.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TuningJob.Builder |
setServiceAccount(String value)
The service account that the tuningJob workload runs as.
|
TuningJob.Builder |
setServiceAccountBytes(com.google.protobuf.ByteString value)
The service account that the tuningJob workload runs as.
|
TuningJob.Builder |
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
TuningJob.Builder |
setStartTime(com.google.protobuf.Timestamp value)
Output only.
|
TuningJob.Builder |
setState(JobState value)
Output only.
|
TuningJob.Builder |
setStateValue(int value)
Output only.
|
TuningJob.Builder |
setSupervisedTuningSpec(SupervisedTuningSpec.Builder builderForValue)
Tuning Spec for Supervised Fine Tuning.
|
TuningJob.Builder |
setSupervisedTuningSpec(SupervisedTuningSpec value)
Tuning Spec for Supervised Fine Tuning.
|
TuningJob.Builder |
setTunedModel(TunedModel.Builder builderForValue)
Output only.
|
TuningJob.Builder |
setTunedModel(TunedModel value)
Output only.
|
TuningJob.Builder |
setTunedModelDisplayName(String value)
Optional.
|
TuningJob.Builder |
setTunedModelDisplayNameBytes(com.google.protobuf.ByteString value)
Optional.
|
TuningJob.Builder |
setTuningDataStats(TuningDataStats.Builder builderForValue)
Output only.
|
TuningJob.Builder |
setTuningDataStats(TuningDataStats value)
Output only.
|
TuningJob.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TuningJob.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
TuningJob.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TuningJob build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TuningJob buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TuningJob.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TuningJob.Builder>public TuningJob.Builder mergeFrom(TuningJob other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public TuningJob.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TuningJob.Builder>IOExceptionpublic TuningJob.SourceModelCase getSourceModelCase()
getSourceModelCase in interface TuningJobOrBuilderpublic TuningJob.Builder clearSourceModel()
public TuningJob.TuningSpecCase getTuningSpecCase()
getTuningSpecCase in interface TuningJobOrBuilderpublic TuningJob.Builder clearTuningSpec()
public boolean hasBaseModel()
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
string base_model = 4;hasBaseModel in interface TuningJobOrBuilderpublic String getBaseModel()
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
string base_model = 4;getBaseModel in interface TuningJobOrBuilderpublic com.google.protobuf.ByteString getBaseModelBytes()
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
string base_model = 4;getBaseModelBytes in interface TuningJobOrBuilderpublic TuningJob.Builder setBaseModel(String value)
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
string base_model = 4;value - The baseModel to set.public TuningJob.Builder clearBaseModel()
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
string base_model = 4;public TuningJob.Builder setBaseModelBytes(com.google.protobuf.ByteString value)
The base model that is being tuned, e.g., "gemini-1.0-pro-002".
string base_model = 4;value - The bytes for baseModel to set.public boolean hasSupervisedTuningSpec()
Tuning Spec for Supervised Fine Tuning.
.google.cloud.aiplatform.v1.SupervisedTuningSpec supervised_tuning_spec = 5;hasSupervisedTuningSpec in interface TuningJobOrBuilderpublic SupervisedTuningSpec getSupervisedTuningSpec()
Tuning Spec for Supervised Fine Tuning.
.google.cloud.aiplatform.v1.SupervisedTuningSpec supervised_tuning_spec = 5;getSupervisedTuningSpec in interface TuningJobOrBuilderpublic TuningJob.Builder setSupervisedTuningSpec(SupervisedTuningSpec value)
Tuning Spec for Supervised Fine Tuning.
.google.cloud.aiplatform.v1.SupervisedTuningSpec supervised_tuning_spec = 5;public TuningJob.Builder setSupervisedTuningSpec(SupervisedTuningSpec.Builder builderForValue)
Tuning Spec for Supervised Fine Tuning.
.google.cloud.aiplatform.v1.SupervisedTuningSpec supervised_tuning_spec = 5;public TuningJob.Builder mergeSupervisedTuningSpec(SupervisedTuningSpec value)
Tuning Spec for Supervised Fine Tuning.
.google.cloud.aiplatform.v1.SupervisedTuningSpec supervised_tuning_spec = 5;public TuningJob.Builder clearSupervisedTuningSpec()
Tuning Spec for Supervised Fine Tuning.
.google.cloud.aiplatform.v1.SupervisedTuningSpec supervised_tuning_spec = 5;public SupervisedTuningSpec.Builder getSupervisedTuningSpecBuilder()
Tuning Spec for Supervised Fine Tuning.
.google.cloud.aiplatform.v1.SupervisedTuningSpec supervised_tuning_spec = 5;public SupervisedTuningSpecOrBuilder getSupervisedTuningSpecOrBuilder()
Tuning Spec for Supervised Fine Tuning.
.google.cloud.aiplatform.v1.SupervisedTuningSpec supervised_tuning_spec = 5;getSupervisedTuningSpecOrBuilder in interface TuningJobOrBuilderpublic String getName()
Output only. Identifier. Resource name of a TuningJob. Format:
`projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
getName in interface TuningJobOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. Identifier. Resource name of a TuningJob. Format:
`projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
getNameBytes in interface TuningJobOrBuilderpublic TuningJob.Builder setName(String value)
Output only. Identifier. Resource name of a TuningJob. Format:
`projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
value - The name to set.public TuningJob.Builder clearName()
Output only. Identifier. Resource name of a TuningJob. Format:
`projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. Identifier. Resource name of a TuningJob. Format:
`projects/{project}/locations/{location}/tuningJobs/{tuning_job}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
value - The bytes for name to set.public String getTunedModelDisplayName()
Optional. The display name of the [TunedModel][google.cloud.aiplatform.v1.Model]. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string tuned_model_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];getTunedModelDisplayName in interface TuningJobOrBuilderpublic com.google.protobuf.ByteString getTunedModelDisplayNameBytes()
Optional. The display name of the [TunedModel][google.cloud.aiplatform.v1.Model]. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string tuned_model_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];getTunedModelDisplayNameBytes in interface TuningJobOrBuilderpublic TuningJob.Builder setTunedModelDisplayName(String value)
Optional. The display name of the [TunedModel][google.cloud.aiplatform.v1.Model]. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string tuned_model_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];value - The tunedModelDisplayName to set.public TuningJob.Builder clearTunedModelDisplayName()
Optional. The display name of the [TunedModel][google.cloud.aiplatform.v1.Model]. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string tuned_model_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];public TuningJob.Builder setTunedModelDisplayNameBytes(com.google.protobuf.ByteString value)
Optional. The display name of the [TunedModel][google.cloud.aiplatform.v1.Model]. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string tuned_model_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for tunedModelDisplayName to set.public String getDescription()
Optional. The description of the [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string description = 3 [(.google.api.field_behavior) = OPTIONAL];getDescription in interface TuningJobOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
Optional. The description of the [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string description = 3 [(.google.api.field_behavior) = OPTIONAL];getDescriptionBytes in interface TuningJobOrBuilderpublic TuningJob.Builder setDescription(String value)
Optional. The description of the [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string description = 3 [(.google.api.field_behavior) = OPTIONAL];value - The description to set.public TuningJob.Builder clearDescription()
Optional. The description of the [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string description = 3 [(.google.api.field_behavior) = OPTIONAL];public TuningJob.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
Optional. The description of the [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string description = 3 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for description to set.public int getStateValue()
Output only. The detailed state of the job.
.google.cloud.aiplatform.v1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface TuningJobOrBuilderpublic TuningJob.Builder setStateValue(int value)
Output only. The detailed state of the job.
.google.cloud.aiplatform.v1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The enum numeric value on the wire for state to set.public JobState getState()
Output only. The detailed state of the job.
.google.cloud.aiplatform.v1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface TuningJobOrBuilderpublic TuningJob.Builder setState(JobState value)
Output only. The detailed state of the job.
.google.cloud.aiplatform.v1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The state to set.public TuningJob.Builder clearState()
Output only. The detailed state of the job.
.google.cloud.aiplatform.v1.JobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public boolean hasCreateTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface TuningJobOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface TuningJobOrBuilderpublic TuningJob.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder clearCreateTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface TuningJobOrBuilderpublic boolean hasStartTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] for the first time entered the `JOB_STATE_RUNNING` state.
.google.protobuf.Timestamp start_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasStartTime in interface TuningJobOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] for the first time entered the `JOB_STATE_RUNNING` state.
.google.protobuf.Timestamp start_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTime in interface TuningJobOrBuilderpublic TuningJob.Builder setStartTime(com.google.protobuf.Timestamp value)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] for the first time entered the `JOB_STATE_RUNNING` state.
.google.protobuf.Timestamp start_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] for the first time entered the `JOB_STATE_RUNNING` state.
.google.protobuf.Timestamp start_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder mergeStartTime(com.google.protobuf.Timestamp value)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] for the first time entered the `JOB_STATE_RUNNING` state.
.google.protobuf.Timestamp start_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder clearStartTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] for the first time entered the `JOB_STATE_RUNNING` state.
.google.protobuf.Timestamp start_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] for the first time entered the `JOB_STATE_RUNNING` state.
.google.protobuf.Timestamp start_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] for the first time entered the `JOB_STATE_RUNNING` state.
.google.protobuf.Timestamp start_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTimeOrBuilder in interface TuningJobOrBuilderpublic boolean hasEndTime()
Output only. Time when the TuningJob entered any of the following [JobStates][google.cloud.aiplatform.v1.JobState]: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`.
.google.protobuf.Timestamp end_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEndTime in interface TuningJobOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
Output only. Time when the TuningJob entered any of the following [JobStates][google.cloud.aiplatform.v1.JobState]: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`.
.google.protobuf.Timestamp end_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTime in interface TuningJobOrBuilderpublic TuningJob.Builder setEndTime(com.google.protobuf.Timestamp value)
Output only. Time when the TuningJob entered any of the following [JobStates][google.cloud.aiplatform.v1.JobState]: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`.
.google.protobuf.Timestamp end_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Time when the TuningJob entered any of the following [JobStates][google.cloud.aiplatform.v1.JobState]: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`.
.google.protobuf.Timestamp end_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder mergeEndTime(com.google.protobuf.Timestamp value)
Output only. Time when the TuningJob entered any of the following [JobStates][google.cloud.aiplatform.v1.JobState]: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`.
.google.protobuf.Timestamp end_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder clearEndTime()
Output only. Time when the TuningJob entered any of the following [JobStates][google.cloud.aiplatform.v1.JobState]: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`.
.google.protobuf.Timestamp end_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
Output only. Time when the TuningJob entered any of the following [JobStates][google.cloud.aiplatform.v1.JobState]: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`.
.google.protobuf.Timestamp end_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Time when the TuningJob entered any of the following [JobStates][google.cloud.aiplatform.v1.JobState]: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`, `JOB_STATE_EXPIRED`.
.google.protobuf.Timestamp end_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTimeOrBuilder in interface TuningJobOrBuilderpublic boolean hasUpdateTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was most recently updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface TuningJobOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was most recently updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface TuningJobOrBuilderpublic TuningJob.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was most recently updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was most recently updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was most recently updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder clearUpdateTime()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was most recently updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was most recently updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time when the [TuningJob][google.cloud.aiplatform.v1.TuningJob] was most recently updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface TuningJobOrBuilderpublic boolean hasError()
Output only. Only populated when job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];hasError in interface TuningJobOrBuilderpublic com.google.rpc.Status getError()
Output only. Only populated when job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];getError in interface TuningJobOrBuilderpublic TuningJob.Builder setError(com.google.rpc.Status value)
Output only. Only populated when job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];public TuningJob.Builder setError(com.google.rpc.Status.Builder builderForValue)
Output only. Only populated when job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];public TuningJob.Builder mergeError(com.google.rpc.Status value)
Output only. Only populated when job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];public TuningJob.Builder clearError()
Output only. Only populated when job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];public com.google.rpc.Status.Builder getErrorBuilder()
Output only. Only populated when job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Output only. Only populated when job's state is `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];getErrorOrBuilder in interface TuningJobOrBuilderpublic int getLabelsCount()
TuningJobOrBuilderOptional. The labels with user-defined metadata to organize [TuningJob][google.cloud.aiplatform.v1.TuningJob] and generated resources such as [Model][google.cloud.aiplatform.v1.Model] and [Endpoint][google.cloud.aiplatform.v1.Endpoint]. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 12 [(.google.api.field_behavior) = OPTIONAL];getLabelsCount in interface TuningJobOrBuilderpublic boolean containsLabels(String key)
Optional. The labels with user-defined metadata to organize [TuningJob][google.cloud.aiplatform.v1.TuningJob] and generated resources such as [Model][google.cloud.aiplatform.v1.Model] and [Endpoint][google.cloud.aiplatform.v1.Endpoint]. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 12 [(.google.api.field_behavior) = OPTIONAL];containsLabels in interface TuningJobOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface TuningJobOrBuilderpublic Map<String,String> getLabelsMap()
Optional. The labels with user-defined metadata to organize [TuningJob][google.cloud.aiplatform.v1.TuningJob] and generated resources such as [Model][google.cloud.aiplatform.v1.Model] and [Endpoint][google.cloud.aiplatform.v1.Endpoint]. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 12 [(.google.api.field_behavior) = OPTIONAL];getLabelsMap in interface TuningJobOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Optional. The labels with user-defined metadata to organize [TuningJob][google.cloud.aiplatform.v1.TuningJob] and generated resources such as [Model][google.cloud.aiplatform.v1.Model] and [Endpoint][google.cloud.aiplatform.v1.Endpoint]. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 12 [(.google.api.field_behavior) = OPTIONAL];getLabelsOrDefault in interface TuningJobOrBuilderpublic String getLabelsOrThrow(String key)
Optional. The labels with user-defined metadata to organize [TuningJob][google.cloud.aiplatform.v1.TuningJob] and generated resources such as [Model][google.cloud.aiplatform.v1.Model] and [Endpoint][google.cloud.aiplatform.v1.Endpoint]. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 12 [(.google.api.field_behavior) = OPTIONAL];getLabelsOrThrow in interface TuningJobOrBuilderpublic TuningJob.Builder clearLabels()
public TuningJob.Builder removeLabels(String key)
Optional. The labels with user-defined metadata to organize [TuningJob][google.cloud.aiplatform.v1.TuningJob] and generated resources such as [Model][google.cloud.aiplatform.v1.Model] and [Endpoint][google.cloud.aiplatform.v1.Endpoint]. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 12 [(.google.api.field_behavior) = OPTIONAL];@Deprecated public Map<String,String> getMutableLabels()
public TuningJob.Builder putLabels(String key, String value)
Optional. The labels with user-defined metadata to organize [TuningJob][google.cloud.aiplatform.v1.TuningJob] and generated resources such as [Model][google.cloud.aiplatform.v1.Model] and [Endpoint][google.cloud.aiplatform.v1.Endpoint]. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 12 [(.google.api.field_behavior) = OPTIONAL];public TuningJob.Builder putAllLabels(Map<String,String> values)
Optional. The labels with user-defined metadata to organize [TuningJob][google.cloud.aiplatform.v1.TuningJob] and generated resources such as [Model][google.cloud.aiplatform.v1.Model] and [Endpoint][google.cloud.aiplatform.v1.Endpoint]. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 12 [(.google.api.field_behavior) = OPTIONAL];public String getExperiment()
Output only. The Experiment associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string experiment = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getExperiment in interface TuningJobOrBuilderpublic com.google.protobuf.ByteString getExperimentBytes()
Output only. The Experiment associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string experiment = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getExperimentBytes in interface TuningJobOrBuilderpublic TuningJob.Builder setExperiment(String value)
Output only. The Experiment associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string experiment = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
value - The experiment to set.public TuningJob.Builder clearExperiment()
Output only. The Experiment associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string experiment = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
public TuningJob.Builder setExperimentBytes(com.google.protobuf.ByteString value)
Output only. The Experiment associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
string experiment = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
value - The bytes for experiment to set.public boolean hasTunedModel()
Output only. The tuned model resources assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TunedModel tuned_model = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasTunedModel in interface TuningJobOrBuilderpublic TunedModel getTunedModel()
Output only. The tuned model resources assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TunedModel tuned_model = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTunedModel in interface TuningJobOrBuilderpublic TuningJob.Builder setTunedModel(TunedModel value)
Output only. The tuned model resources assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TunedModel tuned_model = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder setTunedModel(TunedModel.Builder builderForValue)
Output only. The tuned model resources assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TunedModel tuned_model = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder mergeTunedModel(TunedModel value)
Output only. The tuned model resources assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TunedModel tuned_model = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder clearTunedModel()
Output only. The tuned model resources assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TunedModel tuned_model = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TunedModel.Builder getTunedModelBuilder()
Output only. The tuned model resources assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TunedModel tuned_model = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TunedModelOrBuilder getTunedModelOrBuilder()
Output only. The tuned model resources assiociated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TunedModel tuned_model = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTunedModelOrBuilder in interface TuningJobOrBuilderpublic boolean hasTuningDataStats()
Output only. The tuning data statistics associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TuningDataStats tuning_data_stats = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasTuningDataStats in interface TuningJobOrBuilderpublic TuningDataStats getTuningDataStats()
Output only. The tuning data statistics associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TuningDataStats tuning_data_stats = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTuningDataStats in interface TuningJobOrBuilderpublic TuningJob.Builder setTuningDataStats(TuningDataStats value)
Output only. The tuning data statistics associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TuningDataStats tuning_data_stats = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder setTuningDataStats(TuningDataStats.Builder builderForValue)
Output only. The tuning data statistics associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TuningDataStats tuning_data_stats = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder mergeTuningDataStats(TuningDataStats value)
Output only. The tuning data statistics associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TuningDataStats tuning_data_stats = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningJob.Builder clearTuningDataStats()
Output only. The tuning data statistics associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TuningDataStats tuning_data_stats = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningDataStats.Builder getTuningDataStatsBuilder()
Output only. The tuning data statistics associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TuningDataStats tuning_data_stats = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TuningDataStatsOrBuilder getTuningDataStatsOrBuilder()
Output only. The tuning data statistics associated with this [TuningJob][google.cloud.aiplatform.v1.TuningJob].
.google.cloud.aiplatform.v1.TuningDataStats tuning_data_stats = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTuningDataStatsOrBuilder in interface TuningJobOrBuilderpublic boolean hasEncryptionSpec()
Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 16;hasEncryptionSpec in interface TuningJobOrBuilderpublic EncryptionSpec getEncryptionSpec()
Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 16;getEncryptionSpec in interface TuningJobOrBuilderpublic TuningJob.Builder setEncryptionSpec(EncryptionSpec value)
Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 16;public TuningJob.Builder setEncryptionSpec(EncryptionSpec.Builder builderForValue)
Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 16;public TuningJob.Builder mergeEncryptionSpec(EncryptionSpec value)
Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 16;public TuningJob.Builder clearEncryptionSpec()
Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 16;public EncryptionSpec.Builder getEncryptionSpecBuilder()
Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 16;public EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 16;getEncryptionSpecOrBuilder in interface TuningJobOrBuilderpublic String getServiceAccount()
The service account that the tuningJob workload runs as. If not specified, the Vertex AI Secure Fine-Tuned Service Agent in the project will be used. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-service-agent Users starting the pipeline must have the `iam.serviceAccounts.actAs` permission on this service account.
string service_account = 22;getServiceAccount in interface TuningJobOrBuilderpublic com.google.protobuf.ByteString getServiceAccountBytes()
The service account that the tuningJob workload runs as. If not specified, the Vertex AI Secure Fine-Tuned Service Agent in the project will be used. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-service-agent Users starting the pipeline must have the `iam.serviceAccounts.actAs` permission on this service account.
string service_account = 22;getServiceAccountBytes in interface TuningJobOrBuilderpublic TuningJob.Builder setServiceAccount(String value)
The service account that the tuningJob workload runs as. If not specified, the Vertex AI Secure Fine-Tuned Service Agent in the project will be used. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-service-agent Users starting the pipeline must have the `iam.serviceAccounts.actAs` permission on this service account.
string service_account = 22;value - The serviceAccount to set.public TuningJob.Builder clearServiceAccount()
The service account that the tuningJob workload runs as. If not specified, the Vertex AI Secure Fine-Tuned Service Agent in the project will be used. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-service-agent Users starting the pipeline must have the `iam.serviceAccounts.actAs` permission on this service account.
string service_account = 22;public TuningJob.Builder setServiceAccountBytes(com.google.protobuf.ByteString value)
The service account that the tuningJob workload runs as. If not specified, the Vertex AI Secure Fine-Tuned Service Agent in the project will be used. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-service-agent Users starting the pipeline must have the `iam.serviceAccounts.actAs` permission on this service account.
string service_account = 22;value - The bytes for serviceAccount to set.public final TuningJob.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>public final TuningJob.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TuningJob.Builder>Copyright © 2025 Google LLC. All rights reserved.