public interface AutoMlImageObjectDetectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AutoMlImageObjectDetectionInputs |
getInputs()
The input parameters of this TrainingJob.
|
AutoMlImageObjectDetectionInputsOrBuilder |
getInputsOrBuilder()
The input parameters of this TrainingJob.
|
AutoMlImageObjectDetectionMetadata |
getMetadata()
The metadata information
|
AutoMlImageObjectDetectionMetadataOrBuilder |
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.AutoMlImageObjectDetectionInputs inputs = 1;
AutoMlImageObjectDetectionInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs inputs = 1;
AutoMlImageObjectDetectionInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs inputs = 1;
boolean hasMetadata()
The metadata information
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;
AutoMlImageObjectDetectionMetadata getMetadata()
The metadata information
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;
AutoMlImageObjectDetectionMetadataOrBuilder getMetadataOrBuilder()
The metadata information
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata metadata = 2;
Copyright © 2024 Google LLC. All rights reserved.