public interface AutoMlImageSegmentationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AutoMlImageSegmentationInputs |
getInputs()
The input parameters of this TrainingJob.
|
AutoMlImageSegmentationInputsOrBuilder |
getInputsOrBuilder()
The input parameters of this TrainingJob.
|
AutoMlImageSegmentationMetadata |
getMetadata()
The metadata information.
|
AutoMlImageSegmentationMetadataOrBuilder |
getMetadataOrBuilder()
The metadata information.
|
boolean |
hasInputs()
The input parameters of this TrainingJob.
|
boolean |
hasMetadata()
The metadata information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
AutoMlImageSegmentationInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
AutoMlImageSegmentationInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
boolean hasMetadata()
The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
AutoMlImageSegmentationMetadata getMetadata()
The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
AutoMlImageSegmentationMetadataOrBuilder getMetadataOrBuilder()
The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
Copyright © 2025 Google LLC. All rights reserved.