Interface AutoMlImageSegmentationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoMlImageSegmentation
,AutoMlImageSegmentation.Builder
public interface AutoMlImageSegmentationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInputs
boolean hasInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
- Returns:
- Whether the inputs field is set.
-
getInputs
AutoMlImageSegmentationInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
- Returns:
- The inputs.
-
getInputsOrBuilder
AutoMlImageSegmentationInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationInputs inputs = 1;
-
hasMetadata
boolean hasMetadata()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
- Returns:
- Whether the metadata field is set.
-
getMetadata
AutoMlImageSegmentationMetadata getMetadata()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
- Returns:
- The metadata.
-
getMetadataOrBuilder
AutoMlImageSegmentationMetadataOrBuilder getMetadataOrBuilder()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata metadata = 2;
-
-