public interface AutoMlImageSegmentationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInputs()
public abstract AutoMlImageSegmentationInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
Returns | |
---|---|
Type | Description |
AutoMlImageSegmentationInputs |
The inputs. |
getInputsOrBuilder()
public abstract AutoMlImageSegmentationInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
Returns | |
---|---|
Type | Description |
AutoMlImageSegmentationInputsOrBuilder |
getMetadata()
public abstract AutoMlImageSegmentationMetadata getMetadata()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
AutoMlImageSegmentationMetadata |
The metadata. |
getMetadataOrBuilder()
public abstract AutoMlImageSegmentationMetadataOrBuilder getMetadataOrBuilder()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
AutoMlImageSegmentationMetadataOrBuilder |
hasInputs()
public abstract boolean hasInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the inputs field is set. |
hasMetadata()
public abstract boolean hasMetadata()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the metadata field is set. |