Package com.google.cloud.aiplatform.v1
Interface AddContextArtifactsAndExecutionsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddContextArtifactsAndExecutionsRequest
,AddContextArtifactsAndExecutionsRequest.Builder
public interface AddContextArtifactsAndExecutionsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getArtifacts(int index)
The resource names of the Artifacts to attribute to the Context.com.google.protobuf.ByteString
getArtifactsBytes(int index)
The resource names of the Artifacts to attribute to the Context.int
getArtifactsCount()
The resource names of the Artifacts to attribute to the Context.List<String>
getArtifactsList()
The resource names of the Artifacts to attribute to the Context.String
getContext()
Required.com.google.protobuf.ByteString
getContextBytes()
Required.String
getExecutions(int index)
The resource names of the Executions to associate with the Context.com.google.protobuf.ByteString
getExecutionsBytes(int index)
The resource names of the Executions to associate with the Context.int
getExecutionsCount()
The resource names of the Executions to associate with the Context.List<String>
getExecutionsList()
The resource names of the Executions to associate with the Context.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getContext
String getContext()
Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The context.
-
getContextBytes
com.google.protobuf.ByteString getContextBytes()
Required. The resource name of the Context that the Artifacts and Executions belong to. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
string context = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for context.
-
getArtifactsList
List<String> getArtifactsList()
The resource names of the Artifacts to attribute to the Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }
- Returns:
- A list containing the artifacts.
-
getArtifactsCount
int getArtifactsCount()
The resource names of the Artifacts to attribute to the Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }
- Returns:
- The count of artifacts.
-
getArtifacts
String getArtifacts(int index)
The resource names of the Artifacts to attribute to the Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }
- Parameters:
index
- The index of the element to return.- Returns:
- The artifacts at the given index.
-
getArtifactsBytes
com.google.protobuf.ByteString getArtifactsBytes(int index)
The resource names of the Artifacts to attribute to the Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
repeated string artifacts = 2 [(.google.api.resource_reference) = { ... }
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the artifacts at the given index.
-
getExecutionsList
List<String> getExecutionsList()
The resource names of the Executions to associate with the Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
repeated string executions = 3 [(.google.api.resource_reference) = { ... }
- Returns:
- A list containing the executions.
-
getExecutionsCount
int getExecutionsCount()
The resource names of the Executions to associate with the Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
repeated string executions = 3 [(.google.api.resource_reference) = { ... }
- Returns:
- The count of executions.
-
getExecutions
String getExecutions(int index)
The resource names of the Executions to associate with the Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
repeated string executions = 3 [(.google.api.resource_reference) = { ... }
- Parameters:
index
- The index of the element to return.- Returns:
- The executions at the given index.
-
getExecutionsBytes
com.google.protobuf.ByteString getExecutionsBytes(int index)
The resource names of the Executions to associate with the Context. Format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
repeated string executions = 3 [(.google.api.resource_reference) = { ... }
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the executions at the given index.
-
-