public final class BatchImportEvaluatedAnnotationsRequest extends GeneratedMessageV3 implements BatchImportEvaluatedAnnotationsRequestOrBuilder
Request message for
ModelService.BatchImportEvaluatedAnnotations
Protobuf type google.cloud.aiplatform.v1.BatchImportEvaluatedAnnotationsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
public static final int EVALUATED_ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PARENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static BatchImportEvaluatedAnnotationsRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static BatchImportEvaluatedAnnotationsRequest.Builder newBuilder()
public static BatchImportEvaluatedAnnotationsRequest.Builder newBuilder(BatchImportEvaluatedAnnotationsRequest prototype)
public static BatchImportEvaluatedAnnotationsRequest parseDelimitedFrom(InputStream input)
public static BatchImportEvaluatedAnnotationsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static BatchImportEvaluatedAnnotationsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(ByteString data)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(CodedInputStream input)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(InputStream input)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(ByteBuffer data)
public static BatchImportEvaluatedAnnotationsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<BatchImportEvaluatedAnnotationsRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public BatchImportEvaluatedAnnotationsRequest getDefaultInstanceForType()
public EvaluatedAnnotation getEvaluatedAnnotations(int index)
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public int getEvaluatedAnnotationsCount()
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | |
public List<EvaluatedAnnotation> getEvaluatedAnnotationsList()
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
public EvaluatedAnnotationOrBuilder getEvaluatedAnnotationsOrBuilder(int index)
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public List<? extends EvaluatedAnnotationOrBuilder> getEvaluatedAnnotationsOrBuilderList()
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.EvaluatedAnnotationOrBuilder> | |
public String getParent()
Required. The name of the parent ModelEvaluationSlice resource.
Format:
projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
public ByteString getParentBytes()
Required. The name of the parent ModelEvaluationSlice resource.
Format:
projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
public Parser<BatchImportEvaluatedAnnotationsRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchImportEvaluatedAnnotationsRequest.Builder newBuilderForType()
protected BatchImportEvaluatedAnnotationsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public BatchImportEvaluatedAnnotationsRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides