Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ExportEvaluatedExamplesRequest.
Request message for AutoMl.ExportEvaluatedExamples.
Generated from protobuf message google.cloud.automl.v1beta1.ExportEvaluatedExamplesRequest
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the model whose evaluated examples are to be exported. |
↳ output_config |
Google\Cloud\AutoMl\V1beta1\ExportEvaluatedExamplesOutputConfig
Required. The desired output location and configuration. |
getName
Required. The resource name of the model whose evaluated examples are to be exported.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the model whose evaluated examples are to be exported.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOutputConfig
Required. The desired output location and configuration.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\AutoMl\V1beta1\ExportEvaluatedExamplesOutputConfig|null |
|
hasOutputConfig
clearOutputConfig
setOutputConfig
Required. The desired output location and configuration.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\ExportEvaluatedExamplesOutputConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|