Interface AutoMlImageObjectDetectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoMlImageObjectDetection,AutoMlImageObjectDetection.Builder
public interface AutoMlImageObjectDetectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoMlImageObjectDetectionInputsgetInputs()The input parameters of this TrainingJob.AutoMlImageObjectDetectionInputsOrBuildergetInputsOrBuilder()The input parameters of this TrainingJob.AutoMlImageObjectDetectionMetadatagetMetadata()The metadata informationAutoMlImageObjectDetectionMetadataOrBuildergetMetadataOrBuilder()The metadata informationbooleanhasInputs()The input parameters of this TrainingJob.booleanhasMetadata()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.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs inputs = 1;- Returns:
- Whether the inputs field is set.
-
getInputs
AutoMlImageObjectDetectionInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs inputs = 1;- Returns:
- The inputs.
-
getInputsOrBuilder
AutoMlImageObjectDetectionInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs inputs = 1;
-
hasMetadata
boolean hasMetadata()
The metadata information
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;- Returns:
- Whether the metadata field is set.
-
getMetadata
AutoMlImageObjectDetectionMetadata getMetadata()
The metadata information
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;- Returns:
- The metadata.
-
getMetadataOrBuilder
AutoMlImageObjectDetectionMetadataOrBuilder getMetadataOrBuilder()
The metadata information
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;
-
-