public static final class AutoMlImageClassificationMetadata.Builder extends GeneratedMessage.Builder<AutoMlImageClassificationMetadata.Builder> implements AutoMlImageClassificationMetadataOrBuilderProtobuf type
google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AutoMlImageClassificationMetadata.BuilderImplements
AutoMlImageClassificationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AutoMlImageClassificationMetadata build()| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata |
|
buildPartial()
public AutoMlImageClassificationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata |
|
clear()
public AutoMlImageClassificationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
|
clearCostMilliNodeHours()
public AutoMlImageClassificationMetadata.Builder clearCostMilliNodeHours()The actual training cost of creating this model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.
int64 cost_milli_node_hours = 1;
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
This builder for chaining. |
clearSuccessfulStopReason()
public AutoMlImageClassificationMetadata.Builder clearSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason successful_stop_reason = 2;
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
This builder for chaining. |
getCostMilliNodeHours()
public long getCostMilliNodeHours()The actual training cost of creating this model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.
int64 cost_milli_node_hours = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The costMilliNodeHours. |
getDefaultInstanceForType()
public AutoMlImageClassificationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSuccessfulStopReason()
public AutoMlImageClassificationMetadata.SuccessfulStopReason getSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason successful_stop_reason = 2;
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.SuccessfulStopReason |
The successfulStopReason. |
getSuccessfulStopReasonValue()
public int getSuccessfulStopReasonValue()For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason successful_stop_reason = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for successfulStopReason. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AutoMlImageClassificationMetadata other)
public AutoMlImageClassificationMetadata.Builder mergeFrom(AutoMlImageClassificationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlImageClassificationMetadata |
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AutoMlImageClassificationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AutoMlImageClassificationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
|
setCostMilliNodeHours(long value)
public AutoMlImageClassificationMetadata.Builder setCostMilliNodeHours(long value)The actual training cost of creating this model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.
int64 cost_milli_node_hours = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe costMilliNodeHours to set. |
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
This builder for chaining. |
setSuccessfulStopReason(AutoMlImageClassificationMetadata.SuccessfulStopReason value)
public AutoMlImageClassificationMetadata.Builder setSuccessfulStopReason(AutoMlImageClassificationMetadata.SuccessfulStopReason value)For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason successful_stop_reason = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
AutoMlImageClassificationMetadata.SuccessfulStopReasonThe successfulStopReason to set. |
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
This builder for chaining. |
setSuccessfulStopReasonValue(int value)
public AutoMlImageClassificationMetadata.Builder setSuccessfulStopReasonValue(int value)For successful job completions, this is the reason why the job has finished.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason successful_stop_reason = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for successfulStopReason to set. |
| Returns | |
|---|---|
| Type | Description |
AutoMlImageClassificationMetadata.Builder |
This builder for chaining. |